home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / anides32 / file_id.diz < prev    next >
Encoding:
Text File  |  1999-08-31  |  905 b   |  13 lines

  1. AniDes32.dll is a software 
  2.             developer package featuring a Win32-based .dll that provides runtime 
  3.             support for desktop images. The documentation is skeletal, but the 
  4.             support and example include file should get you well on your way to 
  5.             creating desktop image window routines. The .dll requires advanced 
  6.             programming skill and a 32-bit C or C++ compiler. You work with four 
  7.             functions: SetDisplayDC - to get a display device context, which is 
  8.             the Desktop DC; SetAniDesk - to get the clipping region so that you 
  9.             can display images on it; ResetAniDesk - to delete the clipping 
  10.             region after you have used it; and ResetDisplayDC - to delete the 
  11.             display device context. The author offers email support, and a 
  12.             challenge: Put animation on your desktop.
  13.